ResultSegment Members

Storage Client Library NET API

[This topic is part of the Microsoft Azure Storage Client Library 1.7, which has been deprecated. See Storage Client Library for the latest version.]

Represents a result segment that was retrieved from the total set of possible results.

The following tables list the members exposed by the ResultSegment type.

Public Properties

 NameDescription
public propertyContinuationTokenGets a continuation token to use to retrieve the next set of results with a subsequent call to the operation.
public propertyHasMoreResultsGets a value indicating whether there are additional results to retrieve.
public propertyResultsGets an enumerable collection of results.
Top

Public Methods (see also Protected Methods)

 NameDescription
public methodBeginGetNextBegins an asynchronous operation to retrieve the next result segment.
public methodEndGetNextEnds an asynchronous operation to retrieve the next result segment.
public methodEquals  (Inherited from Object)
public methodGetHashCode  (Inherited from Object)
public methodGetNextGets the next result segment.
public methodGetType  (Inherited from Object)
public methodToString  (Inherited from Object)
Top

Protected Methods

 NameDescription
protected methodFinalize  (Inherited from Object)
protected methodMemberwiseClone  (Inherited from Object)
Top

See Also